Upgrade to MADSci 0.8#13
Open
RyanTheRobothead wants to merge 15 commits into
Open
Conversation
- pyproject: madsci.*~=0.6.0 → ~=0.8.0. - Replace removed self.node_definition.node_name with self.node_info.node_name in resource creation (v0.8 breaking change — see liquidhandler example in the MADSci v0.8 docs). - pdm.lock regenerated against v0.8. - .gitignore: ignore .madsci/ (per-machine runtime state). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced May 28, 2026
Upgrade to MADSci 0.8 + lifespan migration + better COM diagnostics
AD-SDL/inheco_incubator_module#5
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
madsci.*pin from~=0.6.0to~=0.8.0.self.node_definition.node_namewithself.node_info.node_name(v0.8 dropped thenode_definitionattribute).pdm.lockagainst v0.8..gitignore: ignore.madsci/(per-machine runtime state).Cross-references
Same v0.8-upgrade sweep as AD-SDL/bmg_module#3 (split sidecar), AD-SDL/inheco_incubator_module (lifespan migration), AD-SDL/biometra_module (straight v0.8 bump). Three upstream MADSci bugs surfaced during the sweep:
psycopg2-binarymandatory but unusedevent_clientdouble-fault onwarning_category=<class>filelockimport not declared in depsThis module isn't blocked by any of them in practice, but the noisy event-client tracebacks in #344 do appear in this node's logs when the resource manager is unreachable.
Test plan
pdm installresolves cleanly with v0.8./inforeturning correctNodeInfo.hidex.nestis created with the rightnode_nameprefix.🤖 Generated with Claude Code